-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include a playbook to create encrypted volume #1729
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 59s |
I see that checks are failing regarding this commit. Want to check with you, if there is anything I have to review or resolve. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 31s |
Build failed. ❌ ansible-galaxy-importer RETRY_LIMIT in 7m 06s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 42s |
ec2_snapshot doesn't creates "volumes", nor does the AWS API support encrypting snapshots on the fly. encrypted snapshots are created by encrypting the volume you're going to snapshot. |
SUMMARY
Updated playbook to create encrypted volume
ISSUE TYPE
[-] Docs Pull Request
COMPONENT NAME
amazon.aws.ec2_snapshot